home *** CD-ROM | disk | FTP | other *** search
- :---------------------------------------------------------------------
- : exam7.ftp
- : iFTP example script, using the COPY commands
- :---------------------------------------------------------------------
-
- open website
- if not success then goto error
- copy ftp:/dl*.zip import
- if not success then goto error
- exit
-
- :----------------------------------------------------------------------
- LABEL error
- WriteError "Error"
-